-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make browsers list configurable - revisited #3183
Conversation
…he browserslist key in package.json which allows developers to set browsers list in queries like "Chrome >= 35", "Firefox >= 38" for both production and development. Autoprefixer which relies on Browserslist will find its config automatically. This PR fixes facebook#2248 and facebook#892
…ich is no longer supported
# Conflicts: # packages/react-scripts/config/webpack.config.dev.js # packages/react-scripts/config/webpack.config.prod.js
Hello! I'm a bot that helps facilitate testing pull requests. Your pull request (commit e6a7ff8) has been released on npm for testing purposes. npm i react-scripts-dangerous@1.0.14-e6a7ff8.0
# or
yarn add react-scripts-dangerous@1.0.14-e6a7ff8.0
# or
create-react-app --scripts-version=react-scripts-dangerous@1.0.14-e6a7ff8.0 folder/ Note that the package has not been reviewed or vetted by the maintainers. Only install it at your own risk! Thanks for your contribution! |
How about |
Any news about this one ? |
Is this feature supported? I want to support iOS 8 and do not want to eject |
We decided to merge a version of this into the |
follow up on #2358